Mutation Chaining
You can chain mutations by entering multiple mutations divided by comma. The mutations will be executed in a given order. Maximum number of mutations is 8.
Example https://{storageId}.5gcdn.net/{identifier}/resize_100x100min,pos_center,crop_100x100,auto
Above example will resize the image based on the smaller dimension and will crop the image to the 100x100 square positioned to the center of the image.